home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1996 February / PC Direct CD-ROM (February 1996).iso / software / claris / impact / disk12 / impact.rs_ / impact.rs / TEXT_204.txt < prev    next >
Encoding:
Text File  |  1995-08-28  |  495 b   |  11 lines

  1. TEXTTONUM
  2. Converts text to a number for functions that require a numeric argument. It retains such special characters as commas, dollar signs, and decimals, except for cases when the characters conflict with numeric standards.
  3.  
  4. Format: TEXTTONUM (text)
  5.  
  6. Argument:
  7. ΓÇó  text: A text expression. Enclose text in quotation marks.
  8.  
  9. Example:
  10. TEXTTONUM ("456abc78") returns 45678.
  11. Shows that text that does not conform to standard number rules is removed from the text expression when using TEXTTONUM.